﻿
        /*body*/
  div,p,div,h1,h2,h3,h4,h5,h6,span,a,em,i,b,ul,ol,li,dl,dt,dd{
  	margin:0; 
   padding:0;
  }
        body { 
            background-color: #fff;   
            text-align: justify;  
            text-justify: inter-ideograph; 
            font-family:"微软雅黑";
       } 
    
            body .column {  
                
            }
  .col-md-12{
  	padding:0;
  }
  .container-fluid{ 

  	margin:0;
  }
        /*nav(菜单布局)*/  
        nav .module-context .module-view .nav {
        }
        /*header start (页头布局)*/
        header .module-context .module-view .nav {
        }
        /*Content(内容布局)*/
        .container .module-context .module-view,
        .container-fluid .module-context .module-view {
        }
        /*更多*/
        .more {
            float: right;
            margin-right: 10px;
            color: #ff6600;
            font-weight: normal;
            font-size: 12px;
        }
        /*标题*/
        .b-title { 
            width: 100%;
            height: 26px;
            line-height: 26px;
            padding-left: 28px;
            font-size: 14px;
            background: #ccc;
        }

            .b-title b {
                float: left;
                font-size: 14px;
                color: #ffffff;
            }
        /*块盒子*/
        .newbox {
            width: 100%;
            height: auto;
            margin-bottom: 10px;
            background-color: #ffffff;
        }
        /*块盒子内容*/
        .newbox_content {
            width: 100%;
            background-color: #ffffff;
            border: 1px solid rgb(221, 221, 221);
            border-top: none;
        }

            .newbox_content ol {
                width: 100%;
                padding: 0px 10px 10px 10px;
            }

                .newbox_content ol li {
                    width: 100%;
                    overflow: hidden;
                    height: 23px;
                    line-height: 23px;
                    padding-left: 10px;
                    list-style: none;
                    border-bottom: #aaaaaa dotted 1px;
                }

                    .newbox_content ol li a {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        color: #444444;
                    }

                        .newbox_content ol li a:hover {
                            color: #f27b04; 
                            text-decoration: underline;
                        }

            .newbox_content .fr_date {
                float: right;
                color: #626262;
            }
            /*新闻列表页*/
            .newbox_content ul {
                width: 100%;
               
            }

                .newbox_content ul li {
                    width: 98%;
                    height: 30px; 
                    line-height: 30px;
                    padding-left: 10px;
                    list-style: none;
                    border-bottom: #aaaaaa dotted 1px;
                }

                .newbox_content ul li {
                    border-bottom: dotted 1px #aaaaaa;
                    height: 27px;
                    line-height: 26px;
                }

                    .newbox_content ul li a {
                        color: #444444;
                    }

                        .newbox_content ul li a:hover {
                            color: #f27b04;
                            text-decoration: underline;
                        }


        /*产品列表cui*/
        .products_class_content ul {
            padding: 0;
        }

            .products_class_content ul li > div {
                border-bottom: 1px solid #ddd;
                height: 36px;
                line-height: 36px;
                display: block;
                padding-left: 15px;
                cursor: pointer;
                background: url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2016/03/03/5fb4033acdee47ffb7da519b0c1db6b0/30358e0372e843cb82b0af229e366ead.gif) #f4f4f4 no-repeat right 10px center;
            }

            .products_class_content ul li > p {
                
                display: none;
                padding:0;
                margin:0;
            }
                .products_class_content ul li > p > a {
                    height: 30px;
                    line-height: 30px;
                    border-bottom: 1px solid #ddd;
                    margin-bottom: 0;
                    padding-left: 30px;
                    display:block;
                } 
            .mr-10 {
                float: right;
                color: #626262;
                margin-right: 10px;
            }

        .split {
            padding-left: 0px;
            padding-right: 8px;
        }

        .fl {
            float: left;
        }

        /*友情链接*/
        .friend_link {
            width: 100%;
            background-color: #ffffff;
            padding-bottom: 15px;
        }


 

        .friend_link li {
            width: 112px;
            float: left;
            border: 1px solid #ddd;
            margin: 15px 0 0 15px;
            position: relative;
        }

            .friend_link li a {
                color: #fff;
            }

            .friend_link li img {
                width: 100%;
            }

            .friend_link li div {
                display: none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                text-align: center;
                padding-top: calc( 50% - 40px );
                z-index: 2;
                background: rgba(0, 0, 0,0.7);
                overflow: hidden; 
                text-overflow: ellipsis;
                white-space: nowrap;
                font-weight: bold;
            }


        /*新闻内容页（详细页）*/
        .n_title {
            /*height: 30px;*/
            padding: 15px 10px;
            border-bottom: 1px dotted #c6c6c6;
            /*width: 100px;*/
            /*width: 100%;*/
            text-align: center;
            font: bold 18px/22px "微软雅黑";
        }

        .mt-10 {
            margin-top: 10px; 
        }

        .gray {
            color: #626262;
        }

        .n_time {
            width: 100%;  
            text-align: center;
        }

        .line-28 {
            font-size: 14px; 
            line-height: 28px;
        }

        .m-10 {
            margin: 10px;
        }
        /*产品列表块*/

        .newbox_content .ke {
            margin: 7px 0 7px 5px;
            padding: 9px 0 0 9px;
            width: 185px;
            height: 180px;
            overflow: hidden;
            position: relative;
            text-align: center;
            float: left;
            background: url(images/bgk.png) no-repeat;
        }

            .newbox_content .ke a {
                display: block;
                text-align: center;
                color: #000000;
                line-height: 30px;
                text-decoration: none;
            }

                .newbox_content .ke a.pic {
                    width: 162px;
                    height: 162px;
                    text-align: center;
                    margin: 0px;
                }

            .newbox_content .ke span {
                top: auto;
                bottom: 0;
                background: #fff;
                opacity: 0.5;
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                -khtml-opacity: 0.5;
                color: #000;
                margin-top: 3px;
                -webkit-transition: -webkit-transform 0.35s;
                transition: transform 0.35s;
                -webkit-transform: translate3d(0,20%,0);
                transform: translate3d(0,20%,0);
                display: block;
                width: 170px;
                height: 28px;
                line-height: 28px;
            }

            .newbox_content .ke:hover span {
                -webkit-transform: translate3d(0,-100%,0);
                transform: translate3d(0,-100%,0);
                -webkit-transition-delay: 0.05s;
                transition-delay: 0.05s;
            }
        /*分页*/

        .paginator {
            clear: both;
            padding-right: 0px;
            padding-left: 0px;
            padding-bottom: 10px;
            margin: 0 auto;
            font: 14px Arial,Helvetica,sans-serif;
            color: #666;
            padding-top: 10px;
            float: right;
        }

            .paginator A {
                border-right: #c4c4c4 1px solid;
                padding-right: 8px;
                border-top: #c4c4c4 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                border-left: #c4c4c4 1px solid;
                color: #0169cd;
                margin-right: 4px;
                border-bottom: #c4c4c4 1px solid;
                text-decoration: none;
                height: 20px;
                line-height: 20px;
            }

                .paginator A:link {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    display: block;
                    padding-left: 8px;
                    background: #fff;
                    float: left;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    margin-right: 4px;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:visited {
                    border-right: #c4c4c4 1px solid;
                    padding-right: 8px;
                    border-top: #c4c4c4 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #c4c4c4 1px solid;
                    color: #0169cd;
                    border-bottom: #c4c4c4 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:hover {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #fe7300 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

                .paginator A:active {
                    border-right: #fe7300 1px solid;
                    padding-right: 8px;
                    border-top: #fe7300 1px solid;
                    padding-left: 8px;
                    background: #fff;
                    border-left: #fe7300 1px solid;
                    color: #fe7300;
                    border-bottom: #a62021 1px solid;
                    text-decoration: none;
                    height: 20px;
                    line-height: 20px;
                }

            .paginator .break {
                padding-right: 6px;
                padding-left: 6px;
                padding-bottom: 6px;
                border-top-style: none;
                padding-top: 6px;
                border-right-style: none;
                border-left-style: none;
                height: 12px;
                text-decoration: none;
                border-bottom-style: none;
            }

            .paginator .this-page {
                border-right: #fff 1px solid;
                padding-right: 8px;
                border-top: #fff 1px solid;
                display: block;
                padding-left: 8px;
                background: #fff;
                float: left;
                padding-bottom: 2px;
                border-left: #fff 1px solid;
                margin-right: 2px;
                padding-top: 2px;
                border-bottom: #fff 1px solid;
                text-decoration: none;
                color: #fe7300;
                font-weight: bold;
            }


        /*当为第一页时的上一页按钮*/
        .firstbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 26px;
            color: #666;
            line-height: 22px;
            margin-right: 4px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        /*当为最后一页时的下一页按钮*/
        .finalbtn {
            border-top-width: 0px !important;
            padding-right: 0px;
            padding-left: 0px;
            border-left-width: 0px !important;
            font-size: 12px;
            border-bottom-width: 0px !important;
            padding-bottom: 0px;
            width: 63px;
            color: #666;
            text-indent: 7px;
            line-height: 22px;
            padding-top: 0px;
            height: 22px;
            text-align: left;
            border-right-width: 0px !important;
        }

        .firstbg, .firstbg a, .firstbg a:link, .firstbg a:visited, .firstbg a:hover {
            font-size: 12px;
            color: #999;
            height: 20px;
            line-height: 20px;
            display: block;
        }
   #Pagination span{
  	float:left;
  }
        /*图片幻灯*/
        .carousel {
           /* height: 350px;*/
            background: #fff /*a25c98*/;
        }

            .carousel .item {
                /*height: 350px;*/
                background: #fff;
            }

        /*footer(页脚布局)*/
        footer .module-context .module-view .nav {
        }
        /*留言 */
        .Message-style {
            font-size: 12px;
            padding: 0px 10px 10px 10px;
            border: 1px solid #dddddd;
            padding-top: 10px;
            background: #FFF;
        }

            .Message-style span {
                width: 100%;
                height: 30px;
                background: #eaedf4;
                display: block;
                color: #ccc;
                font-weight: bold;
                line-height: 30px;
                padding-left: 10px;
            }

            .Message-style .message-title {
                margin-left: 50px;
                margin-top: 10px;
            }

                .Message-style .message-title em {
                    font-style: normal;
                    color: #313131;
                    font-weight: bold;
                    margin-top: 5px;
                    font-size: 12px;
                }

                .Message-style .message-title u {
                    text-decoration: none;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-content {
                margin-left: 50px;
            }

                .Message-style .message-content b {
                    color: #313131;
                    font-weight: bold;
                    margin-top: 5px;
                    font-size: 12px;
                }

                .Message-style .message-content input {
                    width: 478px;
                    height: 80px;
                    margin-top: 10px;
                }

                .Message-style .message-content em {
                    font-style: normal;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-link {
                margin-top: 10px;
                margin-left: 50px;
            }

                .Message-style .message-link em {
                    font-size: 12px;
                    color: #313131;
                    font-weight: bold;
                    font-style: normal;
                }

                .Message-style .message-link b {
                    font-weight: normal;
                    font-size: 12px;
                    color: #626262;
                }

            .Message-style .message-button input {
                width: 151px;
                height: 39px;
                border: none;
            }

            .Message-style .message-button {
                margin-left: 50px;
                margin-top: 20px;
            }

            .Message-style .message-link-title {
                font-size: 12px;
                margin-top: 20px;
                background: #FFF;
            }

                .Message-style .message-link-title span {
                    width: 100%;
                    height: 30px;
                    background: #eaedf4;
                    display: block;
                    color: #ccc;
                    font-weight: bold;
                    line-height: 30px;
                    padding-left: 10px;
                }
        /*留言结束 */
        /*新闻图文*/
        .newbox_content_img ul {
            padding: 0;
        }
        .newlist-Img .fl {
            float: left;
        }

        .newlist-Img .fr {
            float: right;
        }

        .newlist-Img ul, li {
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .newlist-Img a {
            color: #666;
            text-decoration: none;
        }

        .newlist-Img li {
            border-bottom: 1px dashed #dbd5c7;
            margin-bottom: 10px;
        }

        .newlist-Img .pic {
            /*width: 20%;*/
            width: 40%;
            margin-top: 10px;
            padding-bottom: 10px;
        }

            .newlist-Img .pic img {
                width: 100%;
            }

        .newlist-Img .title {
            /*width: 77%;*/
            width: 58%;
            padding-bottom: 10px;
        }
            .newlist-Img .title h3 {
            }

            .newlist-Img .title p {
                line-height: 28px;
                font-size: 14px;
            }

        .newlist-Img .tag {
            /*text-align: right;*/
            color: #999;
            font-size: 12px;
            margin-bottom: 10px;
        }
        /*新闻图文结束*/

        /*产品推荐选项卡*/
        .clear {
            clear: both;
        }
        .re_products_classify ul {
            margin-bottom: 0 !important;
        }
            .re_products_classify ul li {
                float: left;
                padding: 0 30px !important;
                height: 40px;
                line-height: 40px;
                text-align: center;
                cursor: pointer;
                box-sizing: border-box;
                font-family: "微软雅黑";
                color:#999;
            }
            .re_products_classify ul:after {
                content: "020";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden;
                box-sizing: border-box;
            }

        .re_products_left_title {
            float: left;
            font-family: "微软雅黑";
            font-size: 16px;
            font-weight: bold;
            color:#666;
        }
        .re_products_title :after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }
        .re_products_title {
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #d93a21;
            box-sizing: border-box;
        }

        .re_products_classify {
            float: right;
        }

        .re_products_content {
            display: none;
        }
        .re_products_classify ul li.active {
            border-top: 2px solid #d93a21;
            border-right: 1px solid #d93a21;
            border-left: 1px solid #d93a21;
            border-bottom: 1px solid #fff;
            color: #d93a21;
            box-sizing: border-box;
        }

        .re_products_content ul{
            list-style:none;
            margin:0;
            padding:0;
        } 
        .re_products_content ul li {
            width: calc((100% - 15 * 3px) / 4);
            float: left;
            border: 1px solid #ddd;
            padding-bottom: 15px ;
            margin-right: 15px;
            margin-top: 15px;
            transition: all 0.4s ease-out 0s;
            box-sizing: border-box;
            background:#fff;
        }

        .re_products_content ul:after {
            content: "020";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
            box-sizing: border-box;
        }

        .re_products_content_img {
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            box-sizing: border-box;
        }

            .re_products_content_img img {
                max-width: 100%;
                box-sizing: border-box;
            }
        .re_products_content ul li a {
            text-decoration: none;
        } 
        .re_products_content ul li:hover {
            margin-top: 0px;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-0) {
            margin-right: 0;
            box-sizing: border-box;
        }

        .re_products_content ul li:nth-child(4n-3) {
            clear: both;
            box-sizing: border-box;
        }
        .best_p {
            line-height: 30px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
        }
        .best_p1 {
            line-height: 22px;
            padding: 0 15px 0 15px;
            box-sizing: border-box;
            height:46px;
            overflow:hidden;
           
            
        }

        /*字体颜色*/
        .fc_333 {
            color: #333;
        }

        .fc_red {
            color: #f23030;
        }

        .fc_fff {
            color: #fff !important;
        }

        .fc_999 {
            color: #999;
        }

        .fc_red {
            color: #d93a21;
        }

        /*字体大小*/
        .font_12 {
            font-size: 12px;
        }

        .font_20 {
            font-size: 20px;
        }
        /*产品轮播*/
        .swiper-container {
            width: 100%;
        }

        .swiper-slide {
            text-align: center;
            font-size: 18px;
            background: #fff;
            /* Center slide text vertically */
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }
        .swiper-pagination-bullet {
            width: 15px !important;
            height: 15px !important;
            border-radius: 0 !important;
            background: #ccc !important;
        }

        .swiper-pagination-bullet-active {
            background: #fff !important;
        }
        .swiper-pagination {
            text-align: right !important;
            padding-right: 10px !important;
        }

        /*新闻选项卡*/
        .news_tab {
            border: 1px solid #ddd;
            width: 100%;
            margin-top: 15px;
        }

        .news_tab_title {
            line-height: 40px;
            height: 40px;
            width: 100%;
            box-sizing: border-box;
        }

            .news_tab_title ul {
                width: 100%;
                height: 40px;
                border-bottom: 1px solid #ddd;
                box-sizing: border-box;
                list-style: none !important;
                margin: 0;
                padding: 0;
            }

                .news_tab_title ul li {
                    float: left;
                    border-right: 1px solid #ddd;
                    /*border-bottom:1px solid #ddd;*/
                    padding: 0 30px !important;
                    height: 40px;
                    font-family: "微软雅黑";
                    color: #666;
                    cursor: pointer;
                    list-style: none !important;
                }

                .news_tab_title ul:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }

                .news_tab_title ul li.active {
                    border-bottom: 1px solid #fff !important;
                    border-top: 2px solid red;
                    box-sizing: border-box;
                    font-weight: bold;
                }

        .news_tab_content {
            display: none;
            width: 100%;
            padding: 15px;
            box-sizing: border-box;
            font-family: "微软雅黑";
        }
            .news_tab_content ul {
                list-style: none !important;
                margin:0;
                padding:0;
            }
                .news_tab_content ul li {
                    line-height: 30px;
                    height: 30px;
                    background: url(images/cui_bg.png) no-repeat;
                    background-position: -68px -330px;
                    padding-left: 10px;
                    box-sizing: border-box;
                    list-style: none !important;
                }

                    .news_tab_content ul li span:first-child {
                        width: 80px;
                        float: right;
                        color: #999;
                        text-align:right;
                    }

                    .news_tab_content ul li span:last-child {
                        color: #666;
                        margin-right: 80px;
                        display: block;
                    }

        .ellipsis {
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
        }

                .news_tab_content ul li a:after {
                    content: "020";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden;
                    box-sizing: border-box;
                }
        .news_tab_content ul li a {
            display: block;
            text-decoration: none;
        }
  /*--------------------------------------------------------------------------------------------------------*/
   /*banner图大小设置*/ 
  .carousel{
    width:100%;
    /*height:660px;*/
  }
  .carousel-inner .item{
    width:100%;
   /*height:660px;*/
   
  }
  .carousel-inner .item img{
    width:100%;
    height:100%;
  }
  .carousel-control{
    font-size:48px;
   /*height:660px;*/
  }
  
  .padding_top80{
  	padding-top:80px;
  }
  .padding_bot30{
  	padding-bottom:30px;
  }
  .padding_bot80{
  	padding-bottom:80px;
  }
 /*导航部分*/
 /* .nav_bar{
  	width:100%;
   height:60px;
   background:#eeeeee;
   border-top:1px solid #ccc;
   border-bottom:1px solid #ccc;
   box-sizing:border-box;
  }
  .nav_bar .container{
  	width:1000px;
  }
  .navbar-inverse{
  	width:100%;
   height:58px;
    background:#fff;
  }
  .navbar-inverse ul{
  	clear:both;
   width:100%;
    height:100%;
    margin:0 auto;
    border-bottom:1px solid #ddd;
  }
  .navbar-inverse ul li{ 
  	width:calc( 100% / 7);
   
   text-align:center;
    height:58ox;
   line-height:58px;
  }
 
  .navbar-inverse .navbar-nav > li > a{
    height:58ox;
   line-height:58px;
   padding:0;
  	color:#444444;
   font-size:12px;
   font-weight:bold; background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/03/03/13bd7ed2e0cb42608322aece949a4231/e38763ce079a478cbf66ee6d464e0af1.png)no-repeat left top;
   background-size:100%;
  }
  .navbar-inverse ul li a:hover{
  	color:#0057b9;
   background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/03/03/13bd7ed2e0cb42608322aece949a4231/cf260a1ef281431e9e4d7398474bf92e.png)no-repeat left top;
   background-size:100%;
  }
  */
 
  /*首页标题部分*/
  .index_title{
  	width:100%;
  }
  .index_title_english{
  	width:100%;
   height:54px;
   line-height:54px;
   text-align:center;
   font-size:30px;
   color:#7f7f7f;
   font-family:"times new roman";
  }
  .index_title_text{
  	text-align:center;
  }
  .index_title_text span{
  	display:inline-block;
   font-size:18px;
   color:#595959;
   font-family:"微软雅黑";
   border-top:1px solid #ddd;
   padding:10px;
  }
   /*我们的优势部分*/
  .youshi_list{
  	width:100%;
   height:110px; 
   display:-webkit-box;
  }
  .youshi_list_img{
  	display:inline-block;
   width:100%;
   height:100%；
  }
  .youshi_list_img img{
  	width:100%;
   height:100%;
  }
  .youshi_list_text{
  	-webkit-box-flex:1;
   padding-left:10px;
  }
  .list_text_title{
  	font-size:16px;
   color:#333;
   height:30px;
   line-height:30px;
   
  }
  .list_text_detail{
    color:#7f7f7f;
    font-size:12px;
    line-height:18px;
  }
  .newbox_content{
  	border:none;
   background:none;
  }
  .newbox{
  	background:none;
  }
  .index_about_left{
  	font-size:14px;
   line-height:30px;
  }
  .index_about_title{
  	background:#f3f3f3;
  }
  .index_about_wrap{
  	background:#f3f3f3;
  }
  .index_about_more{
  	width:60px;
   height:25px;
   background:#285da3;
   line-height:25px;
   text-align:center;
  }
  .index_about_more a{
  	color:#fff;
  }
  /*首页成功项目部分*/
  .index_case .product .col-md-2{
  	padding:0;
  }
  .index_case  .product_main_box{
  	position:relative;
  }
  
   .index_case .product_text{
  	position:absolute;
   left:0;
   top:0;
   width:100%;
   height:100%;
   background:url(http://q.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/07/14/13bd7ed2e0cb42608322aece949a4231/9a8cdd6663094c91b1c1c0d5d1d76e27.png);
   padding-top:20%;
   display:none;
  }
  .index_case .product_text_show{
  	display:block;
  }
  .index_case  .product_text_title{
  	color:#fff;
   font-size:20px;
   font-family:"微软雅黑";
   line-height:40px;
  }
   .index_case .product_text_summary{
  	color:#fff;
   font-size:16px;
    font-family:"微软雅黑";
    line-height:30px;
  }
  .index_case  .pro_more{
  	line-height:50px;
  }
   .index_case .pro_more span{
  	display:inline-block;
   width:55px;
   height:23px;
   border:1px solid #fff;
   text-align:center;
   line-height:23px;
   color:#fff;
   
  }
  /*首页产品列表部分*/
  .index_product .product_text{
  	padding:0 15px;
  }
  .index_product .product_main_box a{
   display:block;
   width:100%;
  	border:1px solid #ddd;
  }
  .index_product .product_text .product_text_title{
  	height:60px;
   font-size:18px;
   line-height:60px;
   border-bottom:1px solid #ddd;
  }
  .index_product .product_text .pro_more{
  	padding:20px 0;
  }
  .index_product .product_text .pro_more span{
   display:inline-block;
  	width:130px;
   height:40px;
   background:#285da3;
   line-height:40px;
   text-align:center;
   color:#fff;
   
  }
  .index_bot_img{
  	width:100%;
  }
  .index_bot_img img{
  	width:100%;
  }
  /*首页售后服务*/
  .index_service_main_box{
  	padding:30px;
  }
  .service_main_box_img span{
  	display:inline-block;
   width:90px;
  }
  .service_main_box_img span img{
  	width:100%;
  }
  .service_main_box_title{
  	height:50px;
   line-height:50px;
  }
  .service_main_box_summary{
  	line-height:30px;
  }
  .service_main_box_line{
  	text-align:center;
  }
  .service_main_box_line span{
  	display:inline-block;
   width:30px;
   height:1px;
   background:#666;
  }
  /*首页在线留言*/
  .message_style .col-md-12{
  	float:left;
  }
  .message_btn input{
  	width:100%;
  }
  /*首页底地图部分*/
  .index_bot_map{
  	width:100%;
  }
  .index_bot_map img{
  	width:100%;
  }
  
  
   .foot{background-color:#232a34;
    padding-top:30px;
    padding-bottom:30px;
    line-height:30px; 
    text-align:center;
    color:#fff;
  }

  
  .foot *{color:#fff;}
  /*顶部导航*/
  .navbar-header{
  	width:35%;
   float:left;
  }
  .navbar-nav > li{
  	 height:110px;
  }
  .navbar-nav li a{
  	padding:0 13px;
   height:110px;
   line-height:110px;
   font-size:16px;
  }
  .navbar-nav li a:hover{
  	background:#0670e0;
   color:#fff;
  }
  .navbar-brand{
   display:inline-block;
   width:100%;
  	padding:0 15px;
   height:110px;
   line-height:110px;
  }
  .navbar-brand span{
  	display:inline-block;
   width:100%;
  }
  .navbar-brand span img{
  	vertical-align:middle;
   max-width:100%;
  }
  
  .navbar-collapse{
  	width:65%;
   float:left;
  }
  
   /*首页园区公告部分*/
  .index_news{
   height:auto;
  }
  .index_news_main{
  	width:100%;
   height:auto;
  }
  .index_news_box{
  	height:120px;
   
  } 
  .index_news_box_right{
  	float:right;
  }
  .index_news_list{
  	width:100%;
   height:100px;
   
  
    
  }
  .index_news_list_left{
  	 background:#fff;
  }
 
  
  .news_list_date{
  	width:100px;
   height:100px;
   background:#e8e7e7;
   float:left;
  }
  .news_list_date_left{
  	float:left;
  }
  .news_list_date_right{
  	float:right;
  }
  .date_year{
  	width:100%;
   height:30px; 
   background:#076ce0;
   font-size:16px;
   color:#fff;
   line-height:30px;
  }
  .date_day{
  	width:100%; 
   height:70px;
   font-size:28px;
   color:#8f8f8f;
   line-height:70px;
  }
  .news_list_content{
  	width:calc(100% - 100px);
   height:100px;
   float:left;
   padding-left:20px;
  }
  
  .news_list_title{
  	width:100%;
   height:50px;
   line-height:70px;
   font-size:16px;
   
  }
  .news_list_title a{
   display:block;
   width:90%;
   height:100%;
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  	color:#000;
  }
  .news_list_summary{
  	width:90%;
   height:50px;
   font-size:14px;
   color:#989898;
   line-height:30px;
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
  }
  /*产品分类*/
  .pro_class ul li{
  	height:80px;
   padding:20px;
  }
  .pro_class ul li a{
  	display:block;
   height:40px;
   line-height:40px;
   border:1px solid #666;
   border-radius:20px;
  }
  .class_active a{
  	background:#285da3;
   color:#fff;
  }
  
   /*联系我们*/
    /*联系我们*/
  ul.contact_style {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 30px;
}
  .contact_style li {
    width: 154px;
    border-radius: 24px;
    line-height: 36px;
    background: #ff6537;
    color: #fff;
    text-align: center;
    margin: 30px auto;
}

  .contact_style1{
    font-family: "微软雅黑";
    font-size: 18px;
    line-height: 46px;
    color: #666;
  }
  .contact_bg{
    padding: 60px 0 40px; background:url(http://img.v3.hnrich.net/RuiQiCMS.Service/SiteResource/2017/04/15/299160d3b9e6404e88f57c1372df7ff5/539ab4d02c1143af9d641717e8f7f584.jpg) top center no-repeat;
    background-size:cover;
  }
  .b_padding {
    padding-bottom: 30px;
  }
   /*=============在线留言=============*/ 
  .zxly{
    font-family:"微软雅黑";
  }
  .zxly input[type="text"] {
    width: 100%;
    color: #555;
    background: #fff;
    outline: none;
    font-size: 16px;
    padding: .5em;
    margin-bottom: 20px;
    border: solid 1px #D5D4D4;
    -webkit-appearance: none;
  }
  .zxly textarea {
    resize: none;
    width: 100%; 
    color: #898888;
    font-size: 16px;
    outline: none;
    padding:10px;
    border: solid 1px #D5D4D4;
    height: 160px;
    -webkit-appearance: none;
  }
  .zxly input[type="button"] {
    margin-top: 40px;
    width: 150px;
    height: 39px;
    border: none;
    background: #285da3;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
  }
  /*产品详情*/
  .product_content_title{
  	color:#333;
   padding-bottom: 6px;
    font-weight: bold;
    font-size: 16px;
  }
  .product_content_head div:last-child {
    margin-bottom: 15px;
    padding-bottom:15px;
    border-bottom: 1px dashed #ddd;
}
  .product_content_summary {
    color: #999;
    padding-bottom: 15px;
}
  .productinfo{
  	padding-bottom:20px;
  }
    /*新闻详情*/
        .news_content{
            padding:15px;
            
        } 
        .news_content_title {
            color: #333;
            padding-bottom: 6px;
            font-weight: bold;
            font-size: 16px;
        }

        .news_content_date {
            color: #999;
            font-size: 12px;
            padding-bottom: 6px;
        }

        .news_content_head div:last-child {
            margin-bottom: 15px;
            border-bottom: 1px dashed #ddd;
        }

        .news_content_text{
            line-height:26px;
            color:#666;
        }
  
  /*网站微调*/ 
  .index_contact_wrap .col-md-12{
  	padding-left:15px;
   padding-right:15px;
  }
  .product_main_box{
  	margin-bottom:10px;
  }
   
    
